home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TERRORDIGESTOPTIONSFORM / TERRORDIGESTOPTIONSFORM.txt
Text File  |  2003-03-07  |  2KB  |  74 lines

  1. object ErrorDigestOptionsForm: TErrorDigestOptionsForm
  2.   Left = 524
  3.   Top = 384
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options for the Errors Digest'
  7.   ClientHeight = 190
  8.   ClientWidth = 261
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 34
  22.     Top = 108
  23.     Width = 194
  24.     Height = 13
  25.     Caption = '(When extra error information is available)'
  26.   end
  27.   object CancelButton: TButton
  28.     Left = 177
  29.     Top = 156
  30.     Width = 75
  31.     Height = 25
  32.     Anchors = [akRight, akBottom]
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object OKButton: TButton
  39.     Left = 89
  40.     Top = 156
  41.     Width = 75
  42.     Height = 25
  43.     Anchors = [akRight, akBottom]
  44.     Caption = 'OK'
  45.     Default = True
  46.     TabOrder = 0
  47.     OnClick = OKButtonClick
  48.   end
  49.   object ShowBounceCheckBox: TCheckBox
  50.     Left = 16
  51.     Top = 56
  52.     Width = 169
  53.     Height = 17
  54.     Caption = 'Show bounce failure notifications'
  55.     TabOrder = 3
  56.   end
  57.   object ShowAbortCheckBox: TCheckBox
  58.     Left = 16
  59.     Top = 24
  60.     Width = 153
  61.     Height = 17
  62.     Caption = 'Show user aborts'
  63.     TabOrder = 2
  64.   end
  65.   object VerboseCheckBox: TCheckBox
  66.     Left = 16
  67.     Top = 88
  68.     Width = 249
  69.     Height = 17
  70.     Caption = 'Show verbose errors'
  71.     TabOrder = 4
  72.   end
  73. end
  74.